home *** CD-ROM | disk | FTP | other *** search
- on EasyRead
- global gFontSize, gDisplayMem
- set gFontSize to gFontSize * 1.30000000000000004
- if gFontSize > 24 then
- set gFontSize to 10
- end if
- set the textSize of member gDisplayMem to gFontSize
- end
-
- on Contents
- global wColor
- set wColor to 1
- loadArticle("Contents", 0)
- end
-
- on Glossary
- global wColor
- set wColor to 1
- loadArticle("Glossary", 0)
- end
-